PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / getValidateAction Method
In This Topic
    getValidateAction Method
    In This Topic
    Gets the validate action.
    Syntax
    public PDFJavaScriptAction getValidateAction()

    Return Value

    A com.o2sol.pdf4java.actions.PDFJavaScriptAction that shall be performed when the field's value is changed. This action may check the new value for validity.
    See Also